home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 5 / 55.TXT < prev    next >
Text File  |  1993-09-29  |  3KB  |  70 lines

  1. DOCUMENT:Q104555  28-SEP-1993  [W_NT]
  2. TITLE   :Cannot Use LOADHIGH from Command Prompt
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. Page 272 of the Windows NT System Guide (page 277 of the Windows NT
  19. Advanced Server System Guide) includes LOADHIGH (LH) in a list of
  20. 16-bit Windows and MS-DOS subsystem commands. All of the listed commands
  21. are accepted when run from Command Prompt except LOADHIGH. If
  22. you attempt to use LOADHIGH from either CMD.EXE or the COMMAND.COM
  23. that comes with Windows NT, the following error message will appear:
  24.  
  25.    The name specified is not recognized as an internal or external
  26.    command, operable program or batch file.
  27.  
  28. LOADHIGH does work correctly if you use it in the AUTOEXEC.NT or
  29. equivalent startup file.
  30.  
  31. MORE INFORMATION
  32. ================
  33.  
  34. To use the LOADHIGH command in Windows NT, the following must be true:
  35.  
  36.  - The DOS=UMB command must be included in the CONFIG.NT or equivalent
  37.    startup file.
  38.  
  39.  - The extended-memory manager, HIMEM.SYS, must be installed. Use the
  40.    DEVICE command in the CONFIG.NT or equivalent startup file to
  41.    install HIMEM.SYS.
  42.  
  43. When the LOADHIGH command is used to load a program, Windows NT
  44. attempts to load the program into the upper memory area (UMA). If
  45. there is insufficient free space in the UMA, Windows NT loads the
  46. program into conventional memory. Windows NT does not indicate which
  47. memory area is used.
  48.  
  49. NOTE: The MEM command can be used to determine where the program has
  50. been loaded.
  51.  
  52. Additional reference words: 3.10
  53. KBCategory:
  54. KBSubCategory: msdos docer
  55.  
  56. =============================================================================
  57.  
  58. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  59. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  60. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  61. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  62. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  63. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  64. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  65. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  67. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  68. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  69.  
  70. Copyright Microsoft Corporation 1993.